home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2007 September
/
PCWSEP07.iso
/
Software
/
Shareware
/
xStarter 1.8.8
/
setup.exe
/
{app}
/
xStartUI.exe
/
0
/
RCDATA
/
TTIMEPARTSFRAME
/
TTIMEPARTSFRAME.txt
Wrap
Text File
|
2007-06-06
|
2KB
|
95 lines
object TimePartsFrame: TTimePartsFrame
Left = 0
Top = 0
Width = 282
Height = 30
AutoScroll = False
TabOrder = 0
object mxFlatLabel1: TLabel
Left = 52
Top = 6
Width = 32
Height = 13
Caption = 'hour(s)'
end
object mxFlatLabel2: TLabel
Left = 136
Top = 6
Width = 27
Height = 13
Caption = 'min(s)'
end
object mxFlatLabel3: TLabel
Left = 220
Top = 6
Width = 28
Height = 13
Caption = 'sec(s)'
end
object edsHour: TElSpinEdit
Left = 4
Top = 3
Width = 45
Height = 21
Cursor = crIBeam
MaxValue = 23
TopMargin = 2
RightMargin = 1
BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
OnChange = edsHourChange
BorderStyle = bsSingle
Ctl3D = True
Flat = True
LineBorderActiveColor = clBlack
LineBorderInactiveColor = clBlack
ParentColor = False
ParentCtl3D = False
TabOrder = 0
AutoDisableSpinButtons = True
end
object edsMin: TElSpinEdit
Left = 92
Top = 3
Width = 41
Height = 21
Cursor = crIBeam
MaxValue = 60
MinValue = -1
TopMargin = 2
RightMargin = 1
BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
OnChange = edsMinChange
BorderStyle = bsSingle
Ctl3D = True
Flat = True
LineBorderActiveColor = clBlack
LineBorderInactiveColor = clBlack
ParentColor = False
ParentCtl3D = False
TabOrder = 1
AutoDisableSpinButtons = True
end
object edsSec: TElSpinEdit
Left = 176
Top = 3
Width = 41
Height = 21
Cursor = crIBeam
MaxValue = 60
MinValue = -1
TopMargin = 2
RightMargin = 1
BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
OnChange = edsSecChange
BorderStyle = bsSingle
Ctl3D = True
Flat = True
LineBorderActiveColor = clBlack
LineBorderInactiveColor = clBlack
ParentColor = False
ParentCtl3D = False
TabOrder = 2
AutoDisableSpinButtons = True
end
end